home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / cmmo66e.zip / README.1ST < prev   
Text File  |  1996-06-18  |  10KB  |  283 lines

  1.    {COMMO} 6.6e BETA TEST RELEASE                            June 18, 1996
  2.  
  3. This release contains only these files:
  4.  
  5.         README.1ST      This file
  6.         COMMO.EXE       {COMMO} BETA TEST executable
  7.         COMMO.MAC       New Macro File
  8.         COMMO.HLP       Updated Online Help File
  9.         BPLUS1.POV      B Plus protocol overlay
  10.         FILE_ID.DIZ     BBS file description
  11.  
  12. This is a public beta test release which may be distributed only for testing
  13. purposes and is not to be combined with files from any other {COMMO} release.
  14.  
  15. If you do not already have COMMO66.ZIP, please download it from your favorite
  16. bulletin board or online service.  It contains the full documentation and
  17. supplementary files necessary for the full use of {COMMO}.
  18.  
  19. Documentation for changes in beta releases is shown below.
  20.  
  21. If you notice any difference (good or bad) between this release and {COMMO}
  22. 6.6 or a previous beta, please report your findings via any of the {COMMO}
  23. support channels (see 66INFO.DOC in the {COMMO} 6.6 archive).
  24.  
  25. Thank you.
  26.  
  27. Fred P. Brucker
  28. New Standard Software
  29. P.O. Box 141537
  30. Columbus, OH 43214
  31.  
  32. Voice: (614) 326-1309
  33.  
  34. =======
  35. BETA66E
  36. =======
  37.  
  38. Bugs Fixed
  39. ----------
  40.  
  41. A space (or other non-numeric character) at the start of the PARMS field in
  42. the Dialing Directory (or the PARMs function) caused the baud rate to be set
  43. to an erroneous speed.
  44.  
  45.  
  46. Improvements/Changes
  47. --------------------
  48.  
  49. You can now specify the size of Variable Space in the Setup File.  The new
  50. item (in the Miscellaneous section) is:
  51.  
  52.   {vsp=3}               Variable Space size in kilobytes (1-64)
  53.  
  54.   Note that the value is now in kilobytes instead of bytes.
  55.  
  56.   IMPORTANT!  The /v command line switch must now be in kilobytes as well.
  57.  
  58.  
  59. Speech Friendly Interface
  60. -------------------------
  61.  
  62. The Alt+P (Set Terminal Parameters) window doesn't speak all of the
  63. information now.  It will speak when you press C or D to edit one of the sets
  64. of parameters.
  65.  
  66.  
  67. =======
  68. BETA66D
  69. =======
  70.  
  71. Bugs Fixed
  72. ----------
  73.  
  74. Resuming a file in Zmodem gave the "Unable to open file" message, and aborted
  75. the transfer.
  76.  
  77. Compiling a source Macro File larger than 65510 bytes caused a system crash
  78. (this was a very old bug).
  79.  
  80.  
  81. Improvements/Changes
  82. --------------------
  83.  
  84. The key-label "art" has been replaced with "aen" (Alt+Enter).  Macros that use
  85. "art" will have to be changed to "aen".
  86.  
  87.  
  88. Speech Friendly Interface
  89. -------------------------
  90.  
  91. The "sfi" item in COMMO.SET can now be set to "expert."  The "yes" option
  92. ("novice") will speak some additional information when windows pop up.
  93.  
  94. The Online Help file (and later the .DOC files) will be more speech friendly.
  95. Brackets have been removed from key names (for example Alt+A instead of
  96. [Alt-A]) and most keys are now shown on separate lines.
  97.  
  98.  
  99. =======
  100. BETA66C
  101. =======
  102.  
  103. Bugs Fixed
  104. ----------
  105.  
  106. The "Another copy running" test did not work in the INT 14 driver mode.
  107.  
  108.  
  109. Improvements/Changes
  110. --------------------
  111.  
  112. There is a new setting "auto" for the "min=" item in COMMO.SET.  This setting
  113. will cause the Modem Init String to be sent only if Carrier Detect is off at
  114. program startup.  The /in or /iy switches will override the setting.
  115.  
  116.   {min=auto}             Send Modem Init String (auto/yes/no)
  117.  
  118. You can now set any port speed that is valid for your serial port (or internal
  119. modem).  If you try to set an invalid speed, {COMMO} will set the nearest
  120. valid speed.  Note that the two character speed abbreviations are no longer
  121. allowed (i.e., 57 will now be 57 bps, not 57600).
  122.  
  123.   You can also change the serial port "frequency" (for most PC hardware, this
  124.   is 115200, which is the default).  This parameter may be specified in the
  125.   "com=" item in COMMO.SET or with the PARMs-C macro function.  For example:
  126.   {com=4,2e8,3,256000}.  This value must be the speed that results when the
  127.   Baud Rate Divisor is equal to one (this is usually the crystal frequency
  128.   divided by 16).  It may be as high as 40,000,000 bps.
  129.  
  130.   The Alt-P key command now presents the Terminal Parameters in string format
  131.   and allows you to edit them directly.
  132.  
  133. The restriction that port addresses must be 200h or greater has been
  134. eliminated.
  135.  
  136. A switch "N" on the SETLook function provides an important new feature.  The
  137. default "N0" (or no switch) works the same way as before:
  138.  
  139.   The third and fourth arguments are a timer and a string to be sent if no
  140.   characters come in from the serial port for the duration of the timer
  141.   interval (the timer is restarted every time a character comes in).  This is
  142.   used to answer unexpected prompts during a login sequence.
  143.  
  144.   When "N" or "N1" is present the third and fourth arguments are a timer and a
  145.   macro label.  In this case {COMMO} will GOTO the macro instead of sending a
  146.   string.  This can be used when you're using a LOOKfor to capture a lot of
  147.   data.  For example, you have your main SETLook timer set for 5 minutes.  But
  148.   you want to know if no data comes in for 30 seconds, which might mean that
  149.   the host connection has died.  So you write {setl-n 300,hng,30,nodata}.
  150.  
  151. In Zmodem {COMMO} will now skip incoming files whose names are not DOS
  152. compatible.  Previously, the rest of the batch would be cancelled when such a
  153. filename was received.
  154.  
  155.  
  156. Speech Friendly Interface
  157. -------------------------
  158.  
  159. {COMMO} will speak some additional information now when command keys are
  160. pressed.  For example, when Alt-D is pressed you'll hear "F1 for online help,
  161. esc to exit."  And when "E" is pressed to edit, you'll hear "Editing file."
  162.  
  163. The Alt-L Capture File menu has a new selection "G" to get the current Capture
  164. File status.  It'll tell you the filename and whether the file is open or
  165. closed.
  166.  
  167.  
  168. =======
  169. BETA66B
  170. =======
  171.  
  172. Bugs Fixed
  173. ----------
  174.  
  175. Switching to a different serial port with the Alt-P key command could have
  176. caused a system crash after {COMMO} was exited.
  177.  
  178.  
  179. Improvements/Changes
  180. --------------------
  181.  
  182. The upload macro supporting BPLUS1.POV has been improved.  It now can use the
  183. SELECT process to get the filename.  Follow these instructions:
  184.  
  185.   When you get to the "Filename for your computer" prompt, don't type
  186.   anything.  Press PgUp and "B" and select a file in the usual way.  {COMMO}
  187.   will send the filename for you and then send the file.
  188.  
  189.   Remember that in the forums there is an earlier "File name:" prompt.  Type
  190.   in the name as you want it to appear in the forum library (this name must be
  191.   CompuServe compatible: six characters maximum plus a three character
  192.   extension).
  193.  
  194. The INT 14 support has been fine tuned and performance should be a little
  195. better.  Adjusting the size of the buffers in the driver can also improve
  196. performance under certain conditions.  Here are some notes on using
  197. the X00 FOSSIL driver:
  198.  
  199.   In Win95 X00 doesn't seem to work well if it's loaded at system bootup.  It
  200.   works much better for me if I load it in the DOS window where it will be
  201.   used.
  202.  
  203.   In Win95 I get better results when I set the transmit and receive buffers to
  204.   2048 bytes.
  205.  
  206.   Use the XU utility to activate the FOSSIL (prior to starting {COMMO}) or X00
  207.   will be operating in BIOS emulation mode only.
  208.  
  209. The SETEsc function has a new switch "K".  "K0" causes {COMMO} to ignore all
  210. typed keys except Ctrl-Break.  "K1" (the default) allows all keys again.
  211.  
  212.   If a macro label is included with SETEsc, the macro will be executed when
  213.   Ctrl-Break is pressed (no warning message).  Otherwise Ctrl-Break causes the
  214.   macro to STOP.  In either case, the keyboard is active again as soon as
  215.   Ctrl-Break is pressed.
  216.  
  217.   Example: {sete-k0 label}.
  218.  
  219.   NOTE:  System keys such as Ctrl-Alt-Del, Shift-PrtSc, NumLock, etc., are not
  220.   affected (they remain active).
  221.  
  222. 16 serial ports (COM1 to COM16) are now supported.  All ports beyond COM4
  223. default to {com=n,3f8,4}.  Change these as necessary by adding {com=...} items
  224. in COMMO.SET.  Note that the "address,IRQ" doesn't matter when using an
  225. external communications driver.
  226.  
  227. Two built-in variables have been added:
  228.  
  229.   _cfs          Capture File status: 0=closed, 1=o